Penguin
Diff: MakefileVariables
EditPageHistoryDiffInfoLikePages

Differences between version 3 and predecessor to the previous major change of MakefileVariables.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Saturday, October 4, 2003 5:00:30 pm by PerryLorier Revert
Older page: version 2 Last edited on Tuesday, June 17, 2003 11:13:42 pm by SimonLuff Revert
@@ -16,7 +16,7 @@
 ;LEX: path to lex(1) 
  
 !Arguments to programs 
 ;CFLAGS: flags passed to the C compiler. for example: "-g -Wall" 
-;LDLIBS: Libraries 
+;LDLIBS: Libraries, for example: "-ldl"  
 ;LDFLAGS: flags passed to the linker 
 ;ARFLAGS: flags passed to ar(1)