Changeset 4124:7488eae46ffa for contrib

Show
Ignore:
Timestamp:
2005-08-01 20:46:06 (3 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Be more selective about what to remove during uninstall. (closes #1625)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • contrib/Makefile.in

    r3364 r4124  
    4848        done 
    4949 
    50 # Nothing needs to be done - uninstall in doc removes samples as well. 
    51 # This is just so make uninstall doesn't fail. 
    5250uninstall: 
     51        for f in $(SAMPLES) ; do \ 
     52                rm -f $(DESTDIR)$(docdir)/samples/$$f ; \ 
     53        done 
     54        -rm -rf $(DESTDIR)$(docdir)/samples/iconv 
     55        -rmdir $(DESTDIR)$(docdir)/samples 
     56        -rmdir $(DESTDIR)$(docdir) 
    5357 
    5458maintainer-clean: distclean