From 9155cd45df487a4a8f401b4001495140162e31b2 Mon Sep 17 00:00:00 2001 From: "fredrik@DOLDA2000.COM" Date: Mon, 27 Jun 2005 15:08:15 +0000 Subject: [PATCH] Fixed the compile-command. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@281 959494ce-11ee-0310-bf91-de5d638817bd --- src/idnlookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idnlookup.c b/src/idnlookup.c index 1727c4d..c384796 100644 --- a/src/idnlookup.c +++ b/src/idnlookup.c @@ -279,6 +279,6 @@ int main(int argc, char **argv) /* * Local Variables: - * compile-command: "gcc -Wall -g -o idnlookup idnlookup.c" + * compile-command: "make CFLAGS='-Wall -g'" * End: */ -- 2.11.0