author | kergoth <kergoth> | 2003-01-16 18:52:05 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 18:52:05 (UTC) |
commit | a7f1a060dc863d682c9ae0f684dc3607d68f6040 (patch) (unidiff) | |
tree | 5d2d4a44e31a706c28cfda9d01fbd411004f0f8a /Makefile | |
parent | 0d4f9c31c5d86e4a2667719fd7d1cba26b00d263 (diff) | |
download | opie-a7f1a060dc863d682c9ae0f684dc3607d68f6040.zip opie-a7f1a060dc863d682c9ae0f684dc3607d68f6040.tar.gz opie-a7f1a060dc863d682c9ae0f684dc3607d68f6040.tar.bz2 |
split opie vs qt stamp-headers / symlinks.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,13 +101,13 @@ ifdef CONFIG_OPTIMIZATIONS | |||
101 | export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) | 101 | export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) |
102 | export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) | 102 | export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) |
103 | endif | 103 | endif |
104 | 104 | ||
105 | all clean lupdate lrelease install ipk: $(SUBDIRS) | 105 | all clean lupdate lrelease install ipk: $(SUBDIRS) |
106 | 106 | ||
107 | $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers) \ | 107 | $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-headers) \ |
108 | $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11) \ | 108 | $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11 $(OPIEDIR)/stamp-headers-x11 ) \ |
109 | $(TOPDIR)/library/custom.h | 109 | $(TOPDIR)/library/custom.h |
110 | 110 | ||
111 | clean : $(TOPDIR)/.config | 111 | clean : $(TOPDIR)/.config |
112 | 112 | ||
113 | include $(TOPDIR)/Rules.make | 113 | include $(TOPDIR)/Rules.make |