summaryrefslogtreecommitdiff
path: root/shells/flash/files/patch-modules__Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'shells/flash/files/patch-modules__Makefile.in')
-rw-r--r--shells/flash/files/patch-modules__Makefile.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/flash/files/patch-modules__Makefile.in b/shells/flash/files/patch-modules__Makefile.in
deleted file mode 100644
index 579fd6497f02..000000000000
--- a/shells/flash/files/patch-modules__Makefile.in
+++ /dev/null
@@ -1,16 +0,0 @@
---- modules/Makefile.in.orig Mon Jan 17 23:25:46 2000
-+++ modules/Makefile.in Sat Jan 6 12:11:56 2001
-@@ -1,7 +1,9 @@
--CC = gcc
--DEBUG = -g
--CFLAGS = $(DEBUG) -O3 -fpic -shared -Wall
--LDFLAGS = -shared
-+CC = @CC@
-+#DEBUG = -g
-+CFLAGS = @CFLAGS@ $(DEBUG)
-+CPPFLAGS = @CPPFLAGS@ -fPIC -DPIC -DHAVE_CONFIG_H
-+LIBS = @LIBS@
-+LDFLAGS = @LDFLAGS@ -shared $(LIBS)
-
- OBJECTS = countdown background test alarms
-