aboutsummaryrefslogtreecommitdiffstats
path: root/cad/findhier/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/findhier/files/patch-Makefile')
-rw-r--r--cad/findhier/files/patch-Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/cad/findhier/files/patch-Makefile b/cad/findhier/files/patch-Makefile
deleted file mode 100644
index eb1d14e0902a..000000000000
--- a/cad/findhier/files/patch-Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.orig Mon Oct 16 00:58:34 1995
-+++ Makefile Sun Apr 29 00:58:54 2007
-@@ -9,7 +9,7 @@
-
- #CFLAG = -pg
- #CFLAG = -g
--CFLAG = -O4
-+CFLAG = -O ${CFLAGS}
- LFLAG =
-
- # Sparc with SunOS4.x
-@@ -51,13 +51,13 @@
- OBJS = ${SRCS:c=o}
- HEADERS = str.h findhier.h fstruct.h
-
--.c.o: Makefile findhier.h fhstruct.h
-+.c.o: Makefile findhier.h fstruct.h
- ${CC} -c ${CFLAG} $<
-
-+all: fh
-+
- fh: ${OBJS}
- ${CC} -o $@ ${CFLAG} ${OBJS} ${LFLAG}
-- #strip fh
-- #mv fh ${HOME}/bin
-
- lint:
- ${LINT} ${SRCS} | more