diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-01-20 20:54:21 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-01-20 20:54:21 +0000 |
commit | 13149c948ca7b681cdb385c982e3b3f4405abfce (patch) | |
tree | 6333f8e376ca8de657b8a5f4fdc76f937214bb65 /rules.mak | |
parent | 2c6b9f20b1c4b639d82188a70b63b7638249b909 (diff) | |
download | qemu-13149c948ca7b681cdb385c982e3b3f4405abfce.tar.gz qemu-13149c948ca7b681cdb385c982e3b3f4405abfce.tar.bz2 qemu-13149c948ca7b681cdb385c982e3b3f4405abfce.zip |
Add scripts directory
Move build and user scripts into scripts directory.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'rules.mak')
-rw-r--r-- | rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ find-in-path = $(if $(find-string /, $1), \ @test -f $@ || cp $< $@ %.h-timestamp: %.mak - $(call quiet-command, sh $(SRC_PATH)/create_config < $< > $@, " GEN $*.h") + $(call quiet-command, sh $(SRC_PATH)/scripts/create_config < $< > $@, " GEN $*.h") @cmp $@ $*.h >/dev/null 2>&1 || cp $@ $*.h # will delete the target of a rule if commands exit with a nonzero exit status |