diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,10 +22,10 @@ files.out.int += *.sh $(DESTDIR)$(bindir)/%: % $(NORMAL_INSTALL) - $(INSTALL_PROGRAM) $< $@ + $(INSTALL_PROGRAM) -D $< $@ $(DESTDIR)$(datarootdir)/applications/%: % $(NORMAL_INSTALL) - $(INSTALL_DATA) $< $@ + $(INSTALL_DATA) -D $< $@ .DELETE_ON_ERROR: .SECONDARY: |