Skip to content

Commit

Permalink
Fixed error in corba build order
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1088 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Kaj Nyström committed Feb 3, 2004
1 parent c10d086 commit ef8ef0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeq/runtime/Makefile.in
Expand Up @@ -15,8 +15,8 @@ IDL = idl
CFLAGS += -I$(RMLINCLUDE) -I../../c_runtime
CXXFLAGS = $(CFLAGS)
SRC = rtopts.c socketimpl.c printimpl.c systemimpl.c
CPPSRC = cacheimpl.cpp ptolemyio.cpp modeq_communication_impl.cpp \
modeq_communication.cc corbaimpl.cpp
CPPSRC = cacheimpl.cpp ptolemyio.cpp modeq_communication.cc \
modeq_communication_impl.cpp corbaimpl.cpp
OBJ = $(SRC:.c=.o) $(CPPSRC:.cpp=.o) $(CPPSRC:.cc=.o)

all: $(OBJ)
Expand Down

0 comments on commit ef8ef0d

Please sign in to comment.