|
@@ -12,13 +12,7 @@ endif
|
|
|
|
|
|
$(WRKBUILD)/.headers:
|
|
$(WRKBUILD)/.headers:
|
|
$(WRKBUILD)/.configured:
|
|
$(WRKBUILD)/.configured:
|
|
-# for cygwin and ubunto on amd64
|
|
|
|
-ifneq (,$(filter CYGWIN%,${OStype}))
|
|
|
|
(cd $(WRKBUILD); cp configfsf.guess config.guess)
|
|
(cd $(WRKBUILD); cp configfsf.guess config.guess)
|
|
-endif
|
|
|
|
-ifeq (${OStype},Linux)
|
|
|
|
- (cd $(WRKBUILD); cp configfsf.guess config.guess)
|
|
|
|
-endif
|
|
|
|
(cd $(WRKBUILD); \
|
|
(cd $(WRKBUILD); \
|
|
./configure \
|
|
./configure \
|
|
--prefix=$(STAGING_HOST_DIR) \
|
|
--prefix=$(STAGING_HOST_DIR) \
|