mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* Makefile.in: don't do anything with *.inc - they are gone
This commit is contained in:
parent
0784168a37
commit
fbb0467538
@ -1,3 +1,7 @@
|
||||
2000-08-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in: don't do anything with *.inc - they are gone
|
||||
|
||||
2000-08-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in: don't use info.o, chmod.o, chown.o, achown.o,
|
||||
|
@ -298,11 +298,11 @@ links:
|
||||
for I in $(LOBJS); do $(RMF) $$I; $(LN_S) ../src/$$I $$I >/dev/null 2>&1; done; true
|
||||
|
||||
sourcelinks:
|
||||
-cd $(gnomedir); $(LN_S) ../src/*.[ch] . >/dev/null 2>&1; $(LN_S) ../src/*.inc .; true
|
||||
-cd $(gnomedir); $(LN_S) ../src/*.[ch] . >/dev/null 2>&1; true
|
||||
|
||||
cleansourcelinks:
|
||||
-if test -f $(gnomedir)/regex.c; then \
|
||||
cd $(gnomedir); find . \( -lname '*.[ch]' -o -lname '*.inc' \) | xargs $(RM); \
|
||||
cd $(gnomedir); find . -lname '*.[ch]' | xargs $(RM); \
|
||||
fi
|
||||
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user