3e0f336e88
to it to be MD. - Do not patch file into existance, place it in files/ instead - There are no regression tests, so mark it as such
20 lines
454 B
Plaintext
20 lines
454 B
Plaintext
--- Makefile.orig Thu Feb 13 08:04:23 2003
|
|
+++ Makefile Sun Mar 2 10:49:03 2003
|
|
@@ -10,7 +10,7 @@ OBJTYPE!=uname -m | sed 's;i.86;386;; s;
|
|
# the gnu rules will mess up bsd but not vice versa,
|
|
# hence the gnu rules come first.
|
|
|
|
-include Make.$(SYSNAME)-$(OBJTYPE)
|
|
+include Make.$(SYSNAME)
|
|
|
|
PREFIX=/usr/local
|
|
|
|
@@ -61,6 +61,7 @@ install: $(LIB)
|
|
|
|
$(LIB): $(OFILES)
|
|
$(AR) $(ARFLAGS) $(LIB) $(OFILES)
|
|
+ $(RANLIB) $(LIB)
|
|
|
|
NUKEFILES+=$(LIB)
|
|
.c.$O:
|