This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Makefile.am: cleanup targ-include


Hi,

newlib/Makefile.am tries to cleanup targ-include by using CLEANFILES. This fails, because CLEANFILES is only suitable for cleaning up files and doesn't handle directory.

The patch below tries to this issue by using "clean-local".

Ralf

Attachment: newlib-Makefile.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]