mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(RCS_FILES): Remove Makefile.sed.nt, (which, as I understand, is
supposed to be automatically generated from Makefile.in by configure.bat). (SRCS): Fix typo. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@929 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3cef3ddc08
commit
d9930040d0
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ nsset.m \
|
|||
nsprocessinfo.m \
|
||||
nsarchiver.m \
|
||||
invocation.m \
|
||||
diningPhilophers.m
|
||||
diningPhilosophers.m
|
||||
|
||||
# nsarchiving.m
|
||||
|
||||
|
@ -113,7 +113,7 @@ SecondClass.h
|
|||
DYNAMIC_OFILES = $(DYNAMIC_MFILES:.m=$(OEXT))
|
||||
|
||||
RCS_FILES = $(SRCS) $(HDRS) $(DYNAMIC_MFILES) $(DYNAMIC_HFILES) \
|
||||
Makefile.in NXStringTable.example Makefile.sed.nt
|
||||
Makefile.in NXStringTable.example
|
||||
DIST_FILES = $(RCS_FILES)
|
||||
|
||||
# type 'make bundles' if you also want to check bundles.
|
||||
|
|
Loading…
Reference in a new issue