From: Keith Packard Date: Sun, 31 Mar 2013 09:39:50 +0000 (-0700) Subject: Make footprint files depend on footprint.5c X-Git-Tag: telelco-v3.0~886^2~3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8c533d692d1c6908c2c6eb33c7aab9032b154361;p=hw%2Faltusmetrum Make footprint files depend on footprint.5c Can't tell which are nickle and which are python, so just recompile them all when footprint.5c changes Signed-off-by: Keith Packard --- diff --git a/packages/Makefile b/packages/Makefile index 7e57f53..87ae78f 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -51,6 +51,8 @@ $(BUILDDIRS): $(CLEANDIRS): $(MAKE) -C $(@:clean-%=%) clean +$(FOOTPRINTS): footprint.5c + clean: $(CLEANDIRS) rm -f $(FOOTPRINTS) diff --git a/packages/diodes/Makefile b/packages/diodes/Makefile index 30cb061..0334604 100644 --- a/packages/diodes/Makefile +++ b/packages/diodes/Makefile @@ -14,6 +14,8 @@ FOOTPRINTS = \ all: $(FOOTPRINTS) .gitignore +$(FOOTPRINTS): ../footprint.5c + clean: rm -f $(FOOTPRINTS) diff --git a/packages/switches/Makefile b/packages/switches/Makefile index 41e782e..f10b24b 100644 --- a/packages/switches/Makefile +++ b/packages/switches/Makefile @@ -11,6 +11,8 @@ FOOTPRINTS = \ all: $(FOOTPRINTS) .gitignore +$(FOOTPRINTS): ../footprint.5c + clean: rm -f $(FOOTPRINTS)