]> wagnertech.de Git - projects.git/commitdiff
posaune
authorMichael Wagner <info@wagnertech.de>
Sat, 26 Mar 2016 08:09:57 +0000 (09:09 +0100)
committerMichael Wagner <info@wagnertech.de>
Sat, 26 Mar 2016 08:09:57 +0000 (09:09 +0100)
tools/make/makefile

index 9fd2c445b889e625be36bdfdb4b0bcf53f1d443e..01025348568cd759692a2cb4429d529fad66d14f 100644 (file)
@@ -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 $<