[go: up one dir, main page]

File: dep

package info (click to toggle)
libdumbtts 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: ansic: 3,054; makefile: 42; sh: 9
file content (15 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
 src/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/Makefile
+++ b/src/Makefile
@@ -20,7 +20,7 @@ SRCS = libdumbtts.c libdumbtts.h libdumb
 OBJS = libdumbtts.o
 
 all: $(LIB_NAME)
-	mv $(LIB_NAME) $(LIB_NAME).$(LIBTAG)
+	cp -a $(LIB_NAME) $(LIB_NAME).$(LIBTAG)
 
 $(OBJS): $(SRCS)
 	$(C) $(CPPFLAGS) $(CFLAGS) $(PIC) -o $(OBJS) -c -Wall libdumbtts.c