Skip to content

Commit

Permalink
- fix a bad typo in Parser/Makefile.common
Browse files Browse the repository at this point in the history
- add -Wall in Parser/Makfile.in


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 13, 2013
1 parent db20ab5 commit 80315b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Parser/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all: install libomparse_rml.a
install: libantlr3.a libomparse.a
cp libantlr3.a libomparse.a ../build/lib/omc/

libantlr3.a: $(ANTLR)/src/* $(ATRLR)/include/*
libantlr3.a: $(ANTLR)/src/*.c $(ANTLR)/include/*.h $(ANTLR)/*.h
# build the library
$(CC) ${CFLAGS} ${CPPFLAGS} -c $(ANTLR)/src/*.c -I$(ANTLR)/include -I$(ANTLR)
rm -f $@
Expand Down
2 changes: 1 addition & 1 deletion Parser/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC=@CC@
CXX=@CXX@
CFLAGS=@CFLAGS@
CFLAGS=@CFLAGS@ -Wall
CPPFLAGS=@CPPFLAGS@ -I$(COMPILERHOME) $(RMLINC) -I. -I$(ANTLR) -I$(ANTLR)/include -I../3rdParty/gc-7.2/include $(BUILDINC)
RMLHOME=@rmlhome@
OMC=../build/bin/omc
Expand Down

0 comments on commit 80315b1

Please sign in to comment.