aboutsummaryrefslogtreecommitdiff
path: root/lang/seed7/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/seed7/files/patch-makefile')
-rw-r--r--lang/seed7/files/patch-makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/lang/seed7/files/patch-makefile b/lang/seed7/files/patch-makefile
index 423994b6b55a..afd3237ce4f4 100644
--- a/lang/seed7/files/patch-makefile
+++ b/lang/seed7/files/patch-makefile
@@ -14,32 +14,3 @@
# LFLAGS = -pg
# LFLAGS = -pg -lc_p
# LIBS = /usr/Xlib/libX11.so -lncurses -lm
-@@ -80,7 +80,6 @@
-
- hi: $(OBJ) $(COMPILER_LIB) $(COMP_DATA_LIB) $(SEED7_LIB)
- $(CC) $(LFLAGS) $(OBJ) $(COMPILER_LIB) $(COMP_DATA_LIB) $(SEED7_LIB) $(LIBS) -o hi
-- $(MAKE) ../prg/hi
- ./hi level
- # cp hi /usr/local/bin/hi
-
-@@ -177,16 +176,16 @@
- $(CC) $(CFLAGS) -c hi.c
-
- depend: a_depend b_depend c_depend version.h
-- $(CC) -M $(SRC) > depend
-+ $(CC) -M ${CFLAGS} $(SRC) > depend
-
- a_depend: version.h
-- $(CC) -M $(SEED7_LIB_SRC) > a_depend
-+ $(CC) -M ${CFLAGS} $(SEED7_LIB_SRC) > a_depend
-
- b_depend: version.h
-- $(CC) -M $(COMP_DATA_LIB_SRC) > b_depend
-+ $(CC) -M ${CFLAGS} $(COMP_DATA_LIB_SRC) > b_depend
-
- c_depend: version.h
-- $(CC) -M $(COMPILER_LIB_SRC) > c_depend
-+ $(CC) -M ${CFLAGS} $(COMPILER_LIB_SRC) > c_depend
-
- level.h:
- hi level