pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-07-16
2008-07-16 00:39:03 by Martin Stjernholm <mast@lysator.liu.se>
ea426fc45554b88c91d966b262f2b33a017c36c4 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
rm -f is good to ensure there's no interactivity.
Rev: src/Makefile.in:1.469
1:
#
-
# $Id: Makefile.in,v 1.
468
2008/
06
/
29
13
:
55
:
23
marcus
Exp $
+
# $Id: Makefile.in,v 1.
469
2008/
07
/
16
00
:
29
:
29
mast
Exp $
# # This line is needed on some machines.
573:
) .wxs.wixobj:
-
@if test -f "$@"; then rm "$@"; else :; fi # Paranoia
+
@if test -f "$@"; then rm
-f
"$@"; else :; fi # Paranoia
$(CANDLE) "$<" -out "$@" .wixobj.msm: @test -d cab_cache || mkdir cab_cache
-
@if test -f "$@"; then rm "$@"; else :; fi # Paranoia
+
@if test -f "$@"; then rm
-f
"$@"; else :; fi # Paranoia
$(LIGHT) "$<" -cc cab_cache -o "$@" .wixobj.msi: @test -d cab_cache || mkdir cab_cache
-
@if test -f "$@"; then rm "$@"; else :; fi # Paranoia
+
@if test -f "$@"; then rm
-f
"$@"; else :; fi # Paranoia
$(LIGHT) "$<" -cc cab_cache -o "$@" Pike_banner.bmp: $(SRCDIR)/make_banner.pike $(SRCDIR)/../refdoc/src_images/pike_logo.gif