[Expat-bugs] [ expat-Bugs-1114960 ] problem with make uninstalllib

SourceForge.net noreply at sourceforge.net
Thu Feb 10 16:52:35 CET 2005


Bugs item #1114960, was opened at 2005-02-02 13:54
Message generated for change (Comment added) made by fdrake
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1114960&group_id=10127

Category: Build control
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Glenn Schrader (gschrad)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: problem with make uninstalllib

Initial Comment:
Since $(APIHEADER) now contains multiple files, "make
uninstalllib" no longer works properly.	

The problem is with:
    rm -f $(includedir)/$(APIHEADER)

Something like the following should work:
    rm -f $(addprefix $(includedir)/,$(APIHEADER))


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2005-02-10 10:52

Message:
Logged In: YES 
user_id=3066

Fixed in Makefile.in revision 1.53. 

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2005-02-02 14:07

Message:
Logged In: YES 
user_id=3066

Bumped priority so we fix this before the release. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1114960&group_id=10127


More information about the Expat-bugs mailing list