diff options
| author | Daniel P. Berrange <berrange@redhat.com> | 2013-02-13 15:15:46 +0000 |
|---|---|---|
| committer | Daniel P. Berrange <berrange@redhat.com> | 2013-02-13 15:18:16 +0000 |
| commit | 87bb91e6afcd76b0bd0d60af39524f507dc16fac (patch) | |
| tree | c990ddae2688df2df03819601dac1ef8f1ec6165 /data | |
| parent | 25a2acc2da3386f1bf7e2893f74f31d4017c9d86 (diff) | |
Don't define the same make target/variables twice
The NSIS patches defined the .PHONY target twice and also
defined CLEANFILES twice
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 3ab6190..15755a7 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -30,7 +30,7 @@ virt-viewer-$(VERSION).msi: virt-viewer.wxs deps.txt $< virt-viewer-files.wxs && \ rm -rf $$DESTDIR virt-viewer-files.wxs -CLEANFILES = \ +CLEANFILES += \ deps.txt \ virt-viewer-$(VERSION).exe \ virt-viewer-$(VERSION).msi \ |
