Some made a typo here and we have all been typing dumbly make maksourcelinks. fixed

This commit is contained in:
Miguel de Icaza 1998-12-09 00:59:23 +00:00
parent 6b1e4feb3e
commit 1df4f2d736

View File

@ -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: