Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvaltman <vvaltman@neon>2014-11-19 18:23:39 +0300
committervvaltman <vvaltman@neon>2014-11-19 18:23:39 +0300
commitc8e916269ce72588458ba7df7e67967e84b6bef9 (patch)
treeb62f0246ba9f25a6a773ba308a49abec85949700 /Makefile.in
parentdf870850bf1c2465746a6b0dcf57a85d729d2f47 (diff)
Use more straightforward way to compile mime.types
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 965be18..0e0d849 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,11 +52,7 @@ ${TGL_OBJECTS}: ${AUTO}/constants.h ${AUTO}/auto-header.h
${OBJ_C}: ${OBJ}/%.o: ${srcdir}/%.c | create_dirs
${CC} ${INCLUDE} ${COMPILE_FLAGS} -c -MP -MD -MF ${DEP}/$*.d -MQ ${OBJ}/$*.o -o $@ $<
-${OBJ}/mime-types.o: ${srcdir}/mime.types
- cp $^ ${AUTO}/mime.types && ld -r -b binary -o $@ ${AUTO}/mime.types
-
-
-${LIB}/libtgl.a: ${TGL_OBJECTS} ${COMMON_OBJECTS} ${OBJ}/mime-types.o
+${LIB}/libtgl.a: ${TGL_OBJECTS} ${COMMON_OBJECTS}
ar ruv $@ ${TGL_OBJECTS} ${COMMON_OBJECTS}
${EXE}/generate: ${GENERATE_OBJECTS} ${COMMON_OBJECTS}