diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-02-05 16:13:12 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-02-05 16:13:12 +0000 |
| commit | 9da138f18143409795313e34799ce3fba241e011 (patch) | |
| tree | e1dbe983bf251c49920d524a797b1eb6ae45b931 | |
| parent | a4f68f5002d3b67350ee894b106cd0edd1c5ac40 (diff) | |
marked types.c and symbols.sym as phony targets so they are rebuilt every time
| -rw-r--r-- | lasso/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/Makefile.am b/lasso/Makefile.am index 9766cb18..75382b69 100644 --- a/lasso/Makefile.am +++ b/lasso/Makefile.am @@ -61,3 +61,4 @@ liblasso_la_LDFLAGS = -no-undefined -version-info @LASSO_VERSION_INFO@ \ -export-symbols symbols.sym endif +.PHONY: types.c symbols.sym |
