]> err.no Git - sope/commitdiff
fixed makefile
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 6 Feb 2005 18:32:40 +0000 (18:32 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 6 Feb 2005 18:32:40 +0000 (18:32 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@541 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/mod_ngobjweb/GNUmakefile

index cbcb20d6479e51bfb1862b64c9be88e41ab3a510..d55f750c698123267bc92306fb2e4d03b73c21c7 100644 (file)
@@ -67,13 +67,13 @@ product = mod_ngobjweb$(SHARED_LIBEXT)
 
 all :: $(product)
 
-clean : 
+clean :: 
        rm -f *.o $(product) *.so *~
 
 apache-dir :
        $(MKDIRS) $(GNUSTEP_INSTALLATION_DIR)
 
-install : apache-dir all
+install :: apache-dir all
        $(INSTALL_PROGRAM) $(product) $(GNUSTEP_INSTALLATION_DIR)
 
 $(product) : $(OFILES)