don't create files while installing
authorkramm <kramm>
Fri, 4 Apr 2003 05:01:55 +0000 (05:01 +0000)
committerkramm <kramm>
Fri, 4 Apr 2003 05:01:55 +0000 (05:01 +0000)
m4/Makefile

index 3574fd4..ae6dffd 100644 (file)
@@ -2,7 +2,7 @@
 
 all: clear  test.o
 clean: all
-install: all
+install:
 
 CC=@echo "*******************************************************";\
     echo "Your make is broken- try to get yourself a working one.";\