From 451f6faf3700069b56ac40280041ae958d81baf1 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 25 Aug 2013 18:43:41 +0000 Subject: [PATCH] remove now-nonexistent -i flag to linker --- panda/src/egg/Sources.pp | 1 - pandatool/src/xfile/Sources.pp | 1 - 2 files changed, 2 deletions(-) diff --git a/panda/src/egg/Sources.pp b/panda/src/egg/Sources.pp index 5fc0ba2429..fda13e439f 100644 --- a/panda/src/egg/Sources.pp +++ b/panda/src/egg/Sources.pp @@ -3,7 +3,6 @@ #define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \ p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c #define YACC_PREFIX eggyy -#define LFLAGS -i #define USE_PACKAGES zlib #begin lib_target diff --git a/pandatool/src/xfile/Sources.pp b/pandatool/src/xfile/Sources.pp index fdade521f6..ad9f520325 100644 --- a/pandatool/src/xfile/Sources.pp +++ b/pandatool/src/xfile/Sources.pp @@ -1,5 +1,4 @@ #define YACC_PREFIX xyy -#define LFLAGS -i #define USE_PACKAGES zlib