mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 01:49:17 +01:00
fix libfatversion.h dependency
This commit is contained in:
parent
8ae46ee04f
commit
7d4e4223db
8
Makefile
8
Makefile
@ -61,13 +61,13 @@ ogc-clean:
|
|||||||
|
|
||||||
dist-bin: nds-dist-bin gba-dist-bin ogc-dist-bin
|
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
|
$(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
|
$(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
|
$(MAKE) -C libogc dist-bin
|
||||||
|
|
||||||
dist-src: distribute/$(VERSTRING)
|
dist-src: distribute/$(VERSTRING)
|
||||||
@ -77,7 +77,7 @@ dist-src: distribute/$(VERSTRING)
|
|||||||
gba/Makefile \
|
gba/Makefile \
|
||||||
libogc/Makefile
|
libogc/Makefile
|
||||||
|
|
||||||
dist: include/libfatversion.h dist-bin dist-src
|
dist: dist-bin dist-src
|
||||||
|
|
||||||
distribute/$(VERSTRING):
|
distribute/$(VERSTRING):
|
||||||
@[ -d $@ ] || mkdir -p $@
|
@[ -d $@ ] || mkdir -p $@
|
||||||
|
Loading…
Reference in New Issue
Block a user