open-src/util/util-macros/Makefile
changeset 355 a3a81e9c227d
parent 174 b20e7617ca8a
child 371 d0a78a85764b
--- a/open-src/util/util-macros/Makefile	Fri Mar 07 15:38:30 2008 -0800
+++ b/open-src/util/util-macros/Makefile	Fri Mar 07 15:12:44 2008 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.1	07/06/13
+# @(#)Makefile	1.2	08/03/07
 #
 
 PWD:sh=pwd
@@ -66,5 +66,5 @@
 	 ./configure $(CONFIG_OPTS) )
 
 # Install
-install_gen: $(SOURCE_DIR)/Makefile
+install_gen:: $(SOURCE_DIR)/Makefile
 	(cd $(SOURCE_DIR) ; $(MAKE) $(MFLAGS) -e DESTDIR=$(PROTODIR) install)