Fix build targets in Makefile.prebuild
authorEgbert Eich <eich@suse.com>
Mon, 21 Mar 2022 10:16:49 +0000 (11:16 +0100)
committerEgbert Eich <eich@suse.com>
Tue, 5 Apr 2022 09:36:03 +0000 (11:36 +0200)
commit454128824eb11262d0f1f4c9c30930e01b595a94
tree0798739259fa988e97df019b7add7a40827023a9
parent4dbdc28c25d8adea7e2974d66809284dca55f879
Fix build targets in Makefile.prebuild

- config.h was used as target even when it wasn't generated.
  This only worked because the 'dummy' target always triggers
  a full rebuild.
  It is however better to specify the exact target that is to
  be rebuilt do avoid confusion.
- Explicitly mark 'dummy' as a 'phony' target.

Signed-off-by: Egbert Eich <eich@suse.com>
Makefile.prebuild