X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk/sssa.git/blobdiff_plain/fabfa6bb70902e77d81ac8275b070b7b57562820..affabeb684e72fe2893f8528b2fd3d041291d963:/snippets/gcc.omk diff --git a/snippets/gcc.omk b/snippets/gcc.omk index a6d7c51..f438cfd 100644 --- a/snippets/gcc.omk +++ b/snippets/gcc.omk @@ -210,7 +210,3 @@ $(LIB_DIR)/lib$(1).so: $$($(1)_OBJSLO) @$(QUIET_CMD_ECHO) " LINK $$@" $(Q) $(LD) --shared --soname=lib$(1).so -o $$@ $$^ endef - -# Local Variables: -# mode:makefile -# End: