]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.61
authorfred <fred>
Sun, 24 Mar 2002 20:10:56 +0000 (20:10 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:10:56 +0000 (20:10 +0000)
make/Install_outfiles.make

index e3da0a9ce567f2bb4717f8994c6c49fdee4d585b..19917088c65eea7320894e76e2940fda6ba89c30 100644 (file)
@@ -1,16 +1,15 @@
 
 
-
 localinstall: localinstall-files
 
 localinstall-files: $(INSTALLATION_OUT_FILES)
-       $(INSTALL) -d $(INSTALLATION_DIR)
-       $(INSTALL) -m 644 $(INSTALLATION_OUT_FILES) $(INSTALLATION_DIR)
+       $(INSTALL) -d $(INSTALLATION_OUT_DIR)
+       $(INSTALL) -m 644 $(INSTALLATION_OUT_FILES) $(INSTALLATION_OUT_DIR)
 
 localuninstall: localuninstall-files
 
 localuninstall-files:
        for i in $(notdir $(INSTALLATION_OUT_FILES)) ; do \
-               rm -f $(INSTALLATION_DIR)/$$i; \
+               rm -f $(INSTALLATION_OUT_DIR)/$$i; \
        done
-       -rmdir $(INSTALLATION_DIR)
+       -rmdir $(INSTALLATION_OUT_DIR)