From: helge Date: Sun, 6 Feb 2005 18:32:40 +0000 (+0000) Subject: fixed makefile X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a28004f1e62c534fd85f2f2ffaa8b85232e489;p=sope fixed makefile git-svn-id: http://svn.opengroupware.org/SOPE/trunk@541 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/mod_ngobjweb/GNUmakefile b/sope-appserver/mod_ngobjweb/GNUmakefile index cbcb20d6..d55f750c 100644 --- a/sope-appserver/mod_ngobjweb/GNUmakefile +++ b/sope-appserver/mod_ngobjweb/GNUmakefile @@ -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)