b678ec3163
Provided in pr 6733 by Rene Hexel with tweaks done by myself.
17 lines
421 B
Text
17 lines
421 B
Text
$NetBSD: patch-ab,v 1.1.1.1 1999/01/14 15:48:29 frueauf Exp $
|
|
|
|
--- Makefile.orig Sun Sep 27 17:32:07 1998
|
|
+++ Makefile Sun Sep 27 17:32:47 1998
|
|
@@ -6,9 +6,9 @@
|
|
test:
|
|
(cd tests; ./test.pl -v)
|
|
|
|
-install: test
|
|
- install -m 755 fort77 $(BINDIR)
|
|
- install -m 644 fort77.1 $(MANDIR)
|
|
+install:
|
|
+ install -c -m 755 fort77 $(BINDIR)
|
|
+ install -c -m 644 fort77.1 $(MANDIR)
|
|
|
|
clean:
|
|
rm -f *.bak *.o core */*.bak */*.o */core
|