summaryrefslogtreecommitdiff
path: root/packages/keylaunch/files/makefile-fix.patch
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-03-15 15:05:40 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-15 15:05:40 +0000
commit4180227db3bd725ce340f36add09af0c9bbeb8ca (patch)
treee80305dbfa7ceceb89bbc81f603106e4ab61b28d /packages/keylaunch/files/makefile-fix.patch
parenta6dd94c7cd1b95568e3e52cf5cb8bb366d596d60 (diff)
keylaunch: add 2.0.10, drop old versions.
Diffstat (limited to 'packages/keylaunch/files/makefile-fix.patch')
-rw-r--r--packages/keylaunch/files/makefile-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/keylaunch/files/makefile-fix.patch b/packages/keylaunch/files/makefile-fix.patch
deleted file mode 100644
index 52260bf4de..0000000000
--- a/packages/keylaunch/files/makefile-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- keylaunch-2.0.7/Makefile.orig 2006-02-02 17:44:53.000000000 +0100
-+++ keylaunch-2.0.7/Makefile 2006-02-02 17:44:55.000000000 +0100
-@@ -28,7 +28,7 @@
- all: $(PROG)
-
- $(PROG): $(OBJS)
-- $(CC) $(OBJS) $(LIBS) -o $@
-+ $(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
-
- install-program: all
- install -sD $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)