diff options
Diffstat (limited to 'appliance')
-rw-r--r-- | appliance/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 74157b08..c06d7ae9 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -92,16 +92,6 @@ $(SUPERMINIMG): supermin.incfiles supermin-make.sh endif -# This should rebuild the scripts if the input files change, although -# it doesn't always seem to work. -%.sh: %.sh.in - cd .. && ./config.status appliance/$@ - chmod +x $@ - -libguestfs-supermin-helper: libguestfs-supermin-helper.in - cd .. && ./config.status appliance/$@ - chmod +x $@ - #---------------------------------------------------------------------- # Extra rules for testing the appliance. |