Changeset 2434 in kBuild for trunk/src/sed
- Timestamp:
- Jan 9, 2011 5:45:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sed/Makefile.kmk
r2422 r2434 34 34 kmk_sed_TEMPLATE = BIN 35 35 kmk_sed_DEPS = \ 36 $( PATH_kmk_sed)/config.h \37 $( PATH_kmk_sed)/regex.h36 $(kmk_sed_0_OUTDIR)/config.h \ 37 $(kmk_sed_0_OUTDIR)/regex.h 38 38 kmk_sed_CLEAN = $(kmk_sed_DEPS) 39 39 kmk_sed_INCS = \ 40 $( PATH_kmk_sed) \40 $(kmk_sed_0_OUTDIR) \ 41 41 . \ 42 42 lib \ … … 87 87 # Use checked in config.h instead of running ./configure for it. 88 88 # 89 kmk_sed_config.h.$(KBUILD_TARGET) := $(kmk_sed_ PATH)/config.h.$(KBUILD_TARGET)89 kmk_sed_config.h.$(KBUILD_TARGET) := $(kmk_sed_DEFPATH)/config.h.$(KBUILD_TARGET) 90 90 91 $( PATH_kmk_sed)/config.h: $(kmk_sed_config.h.$(KBUILD_TARGET)) | $(call DIRDEP,$(PATH_kmk_sed))91 $(kmk_sed_0_OUTDIR)/config.h: $(kmk_sed_config.h.$(KBUILD_TARGET)) | $(call DIRDEP,$(kmk_sed_0_OUTDIR)) 92 92 $(CP) -f $^ $@ 93 93 … … 95 95 # Use the regex lib shipped with sed and not anything installed on the system. 96 96 # 97 $( PATH_kmk_sed)/regex.h: $(kmk_sed_PATH)/lib/regex_.h | $(call DIRDEP,$(PATH_kmk_sed))97 $(kmk_sed_0_OUTDIR)/regex.h: $(kmk_sed_DEFPATH)/lib/regex_.h | $(call DIRDEP,$(kmk_sed_0_OUTDIR)) 98 98 $(CP) -f $^ $@ 99 99
Note:
See TracChangeset
for help on using the changeset viewer.