From 5ccaabc825f5951d8328fe4c325d131feb7c2208 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 7 Apr 2011 18:32:44 +0300 Subject: [PATCH] Remove some shit from common lib Makefile --- stglibs/common.lib/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/stglibs/common.lib/Makefile b/stglibs/common.lib/Makefile index d1c816b6..eb0959b7 100644 --- a/stglibs/common.lib/Makefile +++ b/stglibs/common.lib/Makefile @@ -7,14 +7,10 @@ include ../../Makefile.conf LIB_NAME = stg_common PROG = lib$(LIB_NAME) -SRCS = debug.c \ - stg_error.c \ - common.cpp \ +SRCS = common.cpp \ stg_strptime.cpp -INCS = debug.h \ - stg_error.h \ - common.h +INCS = common.h ifneq ($(OS),linux) LIBS += -liconv -- 2.43.2