From 7d4e4223dbe1432e6be3ab2a385aacf6511576cc Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 6 Sep 2013 11:26:56 +0100 Subject: [PATCH] fix libfatversion.h dependency --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ebe0621..65016df 100644 --- a/Makefile +++ b/Makefile @@ -61,13 +61,13 @@ ogc-clean: dist-bin: nds-dist-bin gba-dist-bin ogc-dist-bin -nds-dist-bin: nds-release distribute/$(VERSTRING) +nds-dist-bin: include/libfatversion.h nds-release distribute/$(VERSTRING) $(MAKE) -C nds dist-bin -gba-dist-bin: gba-release distribute/$(VERSTRING) +gba-dist-bin: include/libfatversion.h gba-release distribute/$(VERSTRING) $(MAKE) -C gba dist-bin -ogc-dist-bin: ogc-release distribute/$(VERSTRING) +ogc-dist-bin: include/libfatversion.h ogc-release distribute/$(VERSTRING) $(MAKE) -C libogc dist-bin dist-src: distribute/$(VERSTRING) @@ -77,7 +77,7 @@ dist-src: distribute/$(VERSTRING) gba/Makefile \ libogc/Makefile -dist: include/libfatversion.h dist-bin dist-src +dist: dist-bin dist-src distribute/$(VERSTRING): @[ -d $@ ] || mkdir -p $@