Re-generated the Makefiles

This commit is contained in:
Pierre Pronchery 2013-06-02 01:45:29 +02:00
parent 5800500bb6
commit 0608a78764
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ distclean: clean
install:
$(MKDIR) $(DESTDIR)$(PREFIX)/share/applications
$(INSTALL) -m 0644 -- xmleditor.desktop $(DESTDIR)$(PREFIX)/share/applications/xmleditor.desktop
$(INSTALL) -m 0644 xmleditor.desktop $(DESTDIR)$(PREFIX)/share/applications/xmleditor.desktop
uninstall:
$(RM) -- $(DESTDIR)$(PREFIX)/share/applications/xmleditor.desktop

View File

@ -42,7 +42,7 @@ distclean: clean
install: $(TARGETS)
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 -- xmleditor $(DESTDIR)$(BINDIR)/xmleditor
$(INSTALL) -m 0755 xmleditor $(DESTDIR)$(BINDIR)/xmleditor
uninstall:
$(RM) -- $(DESTDIR)$(BINDIR)/xmleditor