From: Michael Wagner Date: Sat, 26 Mar 2016 08:09:57 +0000 (+0100) Subject: posaune X-Git-Tag: sysd2sysv_0.1-1~20 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=dfda162adb766468fdcd01de333683e215231c07;p=projects.git posaune --- diff --git a/tools/make/makefile b/tools/make/makefile index 9fd2c44..0102534 100644 --- a/tools/make/makefile +++ b/tools/make/makefile @@ -28,7 +28,7 @@ include make.pre # #----------------------------------------------------------------- -compile: compile.stamp +compile: $(COMPILE_TARGET) # compile ist fertig zip: $(project).zip @@ -40,7 +40,6 @@ deb: $(project).deb #----------------------------------------------------------------- # compile steps #----------------------------------------------------------------- - compile.stamp: $(SOURCES) $(COMPILE) @touch compile.stamp @@ -77,6 +76,6 @@ clean: #----------------------------------------------------------------- # Build-Regeln #----------------------------------------------------------------- -%.pdf : %.tex +%.pdf : %.tex $(SOURCES) pdflatex $<