Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 0a20f43e2eb21f520466b1c968c0e02d > files > 2

notifyme-1.4.5-3.mga3.src.rpm

diff -ru notifyme-1.4.5/Makefile.in notifyme-1.4.5-patch/Makefile.in
--- notifyme-1.4.5/Makefile.in	2001-08-09 00:48:42.000000000 +0200
+++ notifyme-1.4.5-patch/Makefile.in	2012-02-19 00:36:00.408339297 +0100
@@ -198,25 +198,6 @@
 	@rm -f notifyme
 	$(LINK) $(notifyme_LDFLAGS) $(notifyme_OBJECTS) $(notifyme_LDADD) $(LIBS)
 
-install-pkgdataDATA: $(pkgdata_DATA)
-	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
-	@list='$(pkgdata_DATA)'; for p in $$list; do \
-	  if test -f $(srcdir)/$$p; then \
-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
-	  else if test -f $$p; then \
-	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
-	    $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
-	  fi; fi; \
-	done
-
-uninstall-pkgdataDATA:
-	@$(NORMAL_UNINSTALL)
-	list='$(pkgdata_DATA)'; for p in $$list; do \
-	  rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
-	done
-
 tags: TAGS
 
 ID: $(HEADERS) $(SOURCES) $(LISP)