~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to extension/Makefile.in

  • Committer: Arnold D. Robbins
  • Date: 2014-11-12 08:11:13 UTC
  • mfrom: (408.5.334)
  • mto: (408.27.1) (615.1.1)
  • mto: This revision was merged to the branch mainline in revision 531.
  • Revision ID: git-v1:20b2458ba07a9190cfd5bc942da604482036a5b0
Merge branch 'gawk-4.1-stable'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1240
1240
# Keep the uninstall check working:
1241
1241
uninstall-so:
1242
1242
        $(RM) $(DESTDIR)$(pkgextensiondir)/*.so
 
1243
        $(RM) $(DESTDIR)$(pkgextensiondir)/*.dll
 
1244
        $(RM) $(DESTDIR)$(pkgextensiondir)/*.a
 
1245
        $(RM) $(DESTDIR)$(pkgextensiondir)/*.lib
1243
1246
 
1244
1247
uninstall-recursive: uninstall-so
1245
1248