changeset 38:8bd5ddbb307b

Add a FORCE rule because naming a subdirectory "install" causes GNU Make to fail to run the rule otherwise.
author Brian Smith <brian@dbsoft.org>
date Tue, 22 Nov 2011 17:20:47 -0600
parents f1328cd2fc61
children 5c69620f213e
files Makefile.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Nov 22 10:36:38 2011 -0600
+++ b/Makefile.in	Tue Nov 22 17:20:47 2011 -0600
@@ -47,7 +47,9 @@
 distclean: 
 	$(RM) $(OBJECTS) resources.o $(TARGET) *~ os2/*~ win/*~ gtk/*~ config.cache config.log config.status Makefile config.h
 
-install:
+FORCE:
+
+install: FORCE
 	$(RM) -rf /usr/local/$(TARGET)
 	$(MKDIR)  /usr/local/$(TARGET)
 	$(CP) -f ../config/*.typ /usr/local/$(TARGET)