removed ALL target
This commit is contained in:
parent
4c9f8fcdde
commit
249689c41d
1 changed files with 7 additions and 12 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.1.1.1 $
|
||||
# $Revision: 1.2 $
|
||||
#
|
||||
# last change: $Author: hr $ $Date: 2000-09-18 17:03:09 $
|
||||
# last change: $Author: hjs $ $Date: 2001-07-13 11:52:35 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -84,17 +84,12 @@ APP1STDLIBS=
|
|||
APP1DEPN=
|
||||
APP1DEF=
|
||||
|
||||
.IF "$(depend)" == ""
|
||||
ALL: \
|
||||
$(INCCOM)$/svconf.h \
|
||||
ALLTAR
|
||||
|
||||
$(INCCOM)$/svconf.h : $(BIN)$/$(TARGET)
|
||||
$(BIN)$/$(TARGET) $@
|
||||
|
||||
.ENDIF
|
||||
|
||||
# --- Targets ------------------------------------------------------
|
||||
|
||||
.INCLUDE : target.mk
|
||||
|
||||
ALLTAR : $(INCCOM)$/svconf.h
|
||||
|
||||
$(INCCOM)$/svconf.h : $(BIN)$/$(TARGET)
|
||||
$(BIN)$/$(TARGET) $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue