diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-11-03 16:15:26 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-11-03 16:15:26 -0800 |
commit | 44b79db4b8bc3adc9e9df49c44cfe55ad1e1a259 (patch) | |
tree | 9fda070de435aced293f5744f6775b0f9cc8d5b2 /Makefile | |
parent | 93ad6e7dd4d35716848a6a22b85828d93c5c7c91 (diff) | |
download | abc-44b79db4b8bc3adc9e9df49c44cfe55ad1e1a259.tar.gz abc-44b79db4b8bc3adc9e9df49c44cfe55ad1e1a259.tar.bz2 abc-44b79db4b8bc3adc9e9df49c44cfe55ad1e1a259.zip |
Changing LIBS in Makefie.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ endif endif # LIBS := -ldl -lrt -LIBS := -ldl +LIBS += -ldl ifneq ($(findstring Darwin, $(shell uname)), Darwin) LIBS += -lrt endif |