mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-11 05:49:18 +03:00
Some made a typo here and we have all been typing dumbly make maksourcelinks. fixed
This commit is contained in:
parent
6b1e4feb3e
commit
1df4f2d736
@ -216,7 +216,7 @@ checklinks:
|
||||
links:
|
||||
for I in $(LOBJS); do $(RMF) $$I; $(LN_S) ../src/$$I $$I >/dev/null 2>&1; done; true
|
||||
|
||||
maksourcelinks:
|
||||
sourcelinks:
|
||||
-cd $(gnomedir); $(LN_S) ../src/*.[ch] . >/dev/null 2>&1; $(LN_S) ../src/*.inc .; true
|
||||
|
||||
cleansourcelinks:
|
||||
|
Loading…
Reference in New Issue
Block a user