]> git.gag.com Git - hw/altusmetrum/commitdiff
Make footprint files depend on footprint.5c
authorKeith Packard <keithp@keithp.com>
Sun, 31 Mar 2013 09:39:50 +0000 (02:39 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 31 Mar 2013 09:40:40 +0000 (02:40 -0700)
Can't tell which are nickle and which are python, so just recompile
them all when footprint.5c changes

Signed-off-by: Keith Packard <keithp@keithp.com>
packages/Makefile
packages/diodes/Makefile
packages/switches/Makefile

index 7e57f532dc1516178a2769aac9e177a4ad1ffe81..87ae78f9b3c83b2f4aef71a39a6b0b0ad5067419 100644 (file)
@@ -51,6 +51,8 @@ $(BUILDDIRS):
 $(CLEANDIRS):
        $(MAKE) -C $(@:clean-%=%) clean
 
+$(FOOTPRINTS): footprint.5c
+
 clean: $(CLEANDIRS)
        rm -f $(FOOTPRINTS)
 
index 30cb061bc647c93ec0e1772fe6b95349b0ad1f0f..03346043ee2f23ef1190b5df7dc20875801c2d41 100644 (file)
@@ -14,6 +14,8 @@ FOOTPRINTS = \
 
 all: $(FOOTPRINTS) .gitignore
 
+$(FOOTPRINTS): ../footprint.5c
+
 clean:
        rm -f $(FOOTPRINTS)
 
index 41e782e9899bc54e3e34d00264634bd2e4c5b17e..f10b24b472bb2cabb89c5c65fa73866eeee86d9d 100644 (file)
@@ -11,6 +11,8 @@ FOOTPRINTS = \
 
 all: $(FOOTPRINTS) .gitignore
 
+$(FOOTPRINTS): ../footprint.5c
+
 clean:
        rm -f $(FOOTPRINTS)