~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to extension/Makefile.am

  • Committer: Juergen Kahrs
  • Date: 2014-06-24 11:18:33 UTC
  • mfrom: (408.2.336)
  • Revision ID: git-v1:f1245d04a9f076773c60499b468f44ed9c91b59b
Merge remote-tracking branch 'origin/master' into cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
install-data-hook:
102
102
        for i in $(pkgextension_LTLIBRARIES) ; do \
103
 
                $(RM) $(pkgextensiondir)/$$i ; \
 
103
                $(RM) $(DESTDIR)$(pkgextensiondir)/$$i ; \
104
104
        done
105
105
 
106
106
# Keep the uninstall check working: