diff options
Diffstat (limited to 'shells/flash/files/patch-modules__Makefile.in')
| -rw-r--r-- | shells/flash/files/patch-modules__Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/flash/files/patch-modules__Makefile.in b/shells/flash/files/patch-modules__Makefile.in new file mode 100644 index 000000000000..579fd6497f02 --- /dev/null +++ b/shells/flash/files/patch-modules__Makefile.in @@ -0,0 +1,16 @@ +--- 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 + |
