diff options
| author | Daniil Baturin <daniil@baturin.org> | 2015-04-05 23:35:54 +0600 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2015-04-05 23:35:54 +0600 |
| commit | f1c071d40b1442c3ae6211b63fba9ea71a656bf7 (patch) | |
| tree | 25101e2c06ddd359a2ee60a38e4cc0b563902c3e /Makefile | |
| parent | f3f6b8b2e0b128b370bc58bbbf5eaf26cc57c898 (diff) | |
| download | hvinfo-f1c071d40b1442c3ae6211b63fba9ea71a656bf7.tar.gz hvinfo-f1c071d40b1442c3ae6211b63fba9ea71a656bf7.zip | |
Improve dependencies in the makefile.
Make src/hvinfo a phony target to let gprbuild sort out actual
Ada dependencies.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,10 +10,13 @@ GNATPREP = gnatprep INSTALL = install -all: src/hvinfo +all: src/config.ads src/hvinfo +src/config.ads: VERSION mkconfig.sh src/config.ads.in + GNATPREP=$(GNATPREP) ./mkconfig.sh + +.PHONY: src/hvinfo src/hvinfo: - ./mkconfig.sh $(GPRBUILD) -Phvinfo clean: |
