mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-22 18:24:23 +03:00
This commit is supposed to silent the compile problems people
reported recently (make: Don't know how to make target cat-id-tbl.c). Wed May 13 12:24:30 1998 Norbert Warmuth <k3190@fh-sw.de> * Makefile.in.in: Don't depend on VPATH when checking the dependencies of the target all-yes (instead prefix cat-id-tbl.c with $(src)).
This commit is contained in:
parent
31db46fc3c
commit
1a62898db3
@ -1,3 +1,9 @@
|
||||
Wed May 13 12:24:30 1998 Norbert Warmuth <k3190@fh-sw.de>
|
||||
|
||||
* Makefile.in.in: Don't depend on VPATH when checking the
|
||||
dependencies of the target all-yes (instead prefix cat-id-tbl.c
|
||||
with $(src)).
|
||||
|
||||
1998-05-03 David Martin <mozart.usal.es>
|
||||
|
||||
* es.po: Various spelling and typo fixes .
|
||||
|
@ -72,7 +72,7 @@ INSTOBJEXT = @INSTOBJEXT@
|
||||
|
||||
all: all-@USE_NLS@
|
||||
|
||||
all-yes: cat-id-tbl.c $(CATALOGS)
|
||||
all-yes: $(srcdir)/cat-id-tbl.c $(CATALOGS)
|
||||
all-no:
|
||||
|
||||
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user