From 8c533d692d1c6908c2c6eb33c7aab9032b154361 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 31 Mar 2013 02:39:50 -0700 Subject: [PATCH] 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 --- packages/Makefile | 2 ++ packages/diodes/Makefile | 2 ++ packages/switches/Makefile | 2 ++ 3 files changed, 6 insertions(+) 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) -- 2.47.2