Fix creation of two copies of the archive resulting from a space after the LIBRARY_NAME line. r=cls@seawood.org b=75924

This commit is contained in:
dbaron%fas.harvard.edu 2006-05-17 02:21:58 +00:00
Родитель eb45e7075f
Коммит f75fb07147
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -27,13 +27,12 @@ VPATH=@srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=inspector
LIBRARY_NAME=inspector_s
SHORT_LIBNAME=inspector_s
LIBRARY_NAME=inspector_s
REQUIRES=xpcom string dom rdf rdfutil layout js widget locale gfx2 necko docshell view uriloader timer
CPPSRCS= \
nsDOMDSResource.cpp \
nsDOMDataSource.cpp \
CPPSRCS= \
nsDOMDSResource.cpp \
nsDOMDataSource.cpp \
nsCSSRuleDataSource.cpp \
nsCSSDecDataSource.cpp \
nsCSSDecIntHolder.cpp \