get rid of dmake warning

Change-Id: Ie10a8d53357255f4f326f399b59a3d81ebc7d2a6
dmake:  Error executing ´o´: No such file or directory (Ignored)
This commit is contained in:
Caolán McNamara 2012-07-25 13:13:49 +01:00
parent 94932d1213
commit 5b9948108d
5 changed files with 10 additions and 14 deletions

View file

@ -20,8 +20,7 @@ TARGET=sn_makecab
.IF "$(WINEGCC)"==""
@all:
@echo "No winegcc present, not building makecab..."
.ENDIF
.ELSE
@all: $(BIN)/makecab.exe $(BIN)/makecab.exe.so
$(BIN)/makecab.exe.so: $(BIN)/makecab.exe
@ -33,4 +32,4 @@ $(BIN)/makecab.exe:
.INCLUDE : target.mk
# -------------------------------------------------------------------------
.ENDIF

View file

@ -20,8 +20,7 @@ TARGET=sn_msidb
.IF "$(WINEGCC)"==""
@all:
@echo "No winegcc present, not building msidb..."
.ENDIF
.ELSE
@all: $(BIN)/msidb.exe $(BIN)/msidb.exe.so
$(BIN)/msidb.exe.so: $(BIN)/msidb.exe
@ -34,3 +33,4 @@ $(BIN)/msidb.exe:
.INCLUDE : target.mk
# -------------------------------------------------------------------------
.ENDIF

View file

@ -20,8 +20,7 @@ TARGET=sn_msiinfo
.IF "$(WINEGCC)"==""
@all:
@echo "No winegcc present, not building msiinfo..."
.ENDIF
.ELSE
@all: $(BIN)/msiinfo.exe $(BIN)/msiinfo.exe.so
$(BIN)/msiinfo.exe.so: $(BIN)/msiinfo.exe
@ -33,4 +32,4 @@ $(BIN)/msiinfo.exe:
.INCLUDE : target.mk
# -------------------------------------------------------------------------
.ENDIF

View file

@ -20,8 +20,7 @@ TARGET=sn_msimsp
.IF "$(WINEGCC)"==""
@all:
@echo "No winegcc present, not building msimsp..."
.ENDIF
.ELSE
@all: $(BIN)/msimsp.exe $(BIN)/msimsp.exe.so
$(BIN)/msimsp.exe.so: $(BIN)/msimsp.exe
@ -33,4 +32,4 @@ $(BIN)/msimsp.exe:
.INCLUDE : target.mk
# -------------------------------------------------------------------------
.ENDIF

View file

@ -20,8 +20,7 @@ TARGET=sn_msitran
.IF "$(WINEGCC)"==""
@all:
@echo "No winegcc present, not building msitran..."
.ENDIF
.ELSE
@all: $(BIN)/msitran.exe $(BIN)/msitran.exe.so
$(BIN)/msitran.exe.so: $(BIN)/msitran.exe
@ -33,4 +32,4 @@ $(BIN)/msitran.exe:
.INCLUDE : target.mk
# -------------------------------------------------------------------------
.ENDIF