blob: b3188de32fcf54bb97ba0c7ab7a9d84a07e398ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- /tmp/Makefile.in 2009-03-20 10:34:54.000000000 +0100
+++ mozilla-central/js/src/Makefile.in 2009-03-20 10:35:18.000000000 +0100
@@ -507,20 +507,8 @@
export:: jsautocfg.h
-ifeq (,$(CROSS_COMPILE)$(GNU_CC)$(filter-out WINNT,$(OS_ARCH)))
-jsautocfg.h:
- touch $@
-else
-ifeq ($(OS_ARCH),WINCE)
jsautocfg.h:
touch $@
-else
-jsautocfg.h: jscpucfg$(HOST_BIN_SUFFIX)
- @rm -f $@ jsautocfg.tmp
- ./jscpucfg > jsautocfg.tmp
- mv jsautocfg.tmp $@
-endif
-endif
# jscpucfg is a strange target
# Needs to be built with the host compiler but needs to include
|