Commit bb4d445eb58dc2628c0625a5adb4a8379a0b17ae
1 parent
639a52d9
Exists in
master
and in
3 other branches
Corrigindo montagem de versão.
Showing
2 changed files
with
10 additions
and
5 deletions
Show diff stats
Makefile.in
| ... | ... | @@ -239,7 +239,7 @@ $(SRCDIR): \ |
| 239 | 239 | clean |
| 240 | 240 | |
| 241 | 241 | @$(MKDIR) $@ |
| 242 | - @$(INSTALL_DATA) *.c *.h *.in *.cbp *.xad *.sh $@ | |
| 242 | + @$(INSTALL_DATA) *.c *.h *.in *.cbp *.xad $@ | |
| 243 | 243 | |
| 244 | 244 | |
| 245 | 245 | #---[ Clean Targets]--------------------------------------------------------------------- |
| ... | ... | @@ -251,6 +251,10 @@ cleanDebug: |
| 251 | 251 | $(BINDBG)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@ \ |
| 252 | 252 | $(BINDBG)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ |
| 253 | 253 | |
| 254 | + @rm -f \ | |
| 255 | + fallbacks.c \ | |
| 256 | + version.c | |
| 257 | + | |
| 254 | 258 | cleanRelease: |
| 255 | 259 | |
| 256 | 260 | @rm -fr $(OBJRLS) \ |
| ... | ... | @@ -259,13 +263,13 @@ cleanRelease: |
| 259 | 263 | $(BINRLS)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ |
| 260 | 264 | $(POTDIR) |
| 261 | 265 | |
| 266 | + @rm -f \ | |
| 267 | + fallbacks.c \ | |
| 268 | + version.c | |
| 262 | 269 | clean: \ |
| 263 | 270 | cleanDebug \ |
| 264 | 271 | cleanRelease |
| 265 | 272 | |
| 266 | - @rm -f \ | |
| 267 | - fallbacks.c \ | |
| 268 | - version.c | |
| 269 | 273 | |
| 270 | 274 | |
| 271 | 275 | ... | ... |
mkversion.sh.in