diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-29 20:31:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-29 20:31:48 +0000 |
commit | b0392b06610821bd0d0fe0756970cb814c454783 (patch) | |
tree | 2ecb2eb87e5b1b4597a54e60f6ef8cef70a9fee7 /package/keynote/Makefile | |
parent | ad0da135fda99815a056f3c726ad0d20ae83db47 (diff) | |
download | mtk-20170518-b0392b06610821bd0d0fe0756970cb814c454783.zip mtk-20170518-b0392b06610821bd0d0fe0756970cb814c454783.tar.gz mtk-20170518-b0392b06610821bd0d0fe0756970cb814c454783.tar.bz2 |
replace cflags hacks with the correct solution
SVN-Revision: 10031
Diffstat (limited to 'package/keynote/Makefile')
-rw-r--r-- | package/keynote/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 56bbeb0..5b27257 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -40,8 +40,6 @@ CONFIGURE_ARGS += \ MAKE_FLAGS += \ CFLAGS="$(TARGET_CFLAGS)" -TARGET_CFLAGS += -Dbcopy=memmove -Dindex\(s,c\)=strchr\(s,c\) - define Build/InstallDev mkdir -p $(1)/usr/include/keynote $(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(1)/usr/include/keynote/ |