Serge Orlov <sorlov@con.mcst.ru> reported that gmake 3.74 on Solaris 2.5

doesn't like the extra tabs in this file.  I don't know why.  It works
for me and everyone else.  But since it doesn't hurt, I deleted the
extra tabs.
This commit is contained in:
wtc 1998-04-24 18:13:13 +00:00
Родитель 5942cfe7fc
Коммит 1fd1e00f5a
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -88,8 +88,8 @@ NCR_CSRCS = \
SCOOS_CSRCS = \
scoos.c \
$(NULL)
ifeq ($(PTHREADS_USER),1)
CSRCS += $(PTH_USER_CSRCS)
endif
@ -170,7 +170,7 @@ endif
ifeq ($(OS_ARCH)$(OS_RELEASE),BSD_OS2.1)
ASFILES = os_BSD_386_2.s
endif
OBJS += $(addprefix md/unix/$(OBJDIR)/,$(CSRCS:.c=.$(OBJ_SUFFIX))) \
$(addprefix md/unix/$(OBJDIR)/,$(ASFILES:.s=.$(OBJ_SUFFIX)))